Add the exported functions gdk_rgb_colormap_ditherable(),
authorMatthias Clasen <maclas@gmx.de>
Mon, 9 Aug 2004 19:21:42 +0000 (19:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Aug 2004 19:21:42 +0000 (19:21 +0000)
Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>

* gdk/gdk.h:
* gdk/gdkrgb.h: Add the exported functions
gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
gdk_keyboard_grab_info_libgtk_only() to the appropriate
headers.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdk.h
gdk/gdkrgb.h

index a8feec758be4bd0ce17567237162caddfee59e30..7c9e962afcf05a7cd2e10083ba439bdf6a11a3ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk.h: 
+       * gdk/gdkrgb.h: Add the exported functions 
+       gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+       gdk_keyboard_grab_info_libgtk_only() to the appropriate
+       headers.
+
 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
index a8feec758be4bd0ce17567237162caddfee59e30..7c9e962afcf05a7cd2e10083ba439bdf6a11a3ae 100644 (file)
@@ -1,3 +1,11 @@
+Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk.h: 
+       * gdk/gdkrgb.h: Add the exported functions 
+       gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+       gdk_keyboard_grab_info_libgtk_only() to the appropriate
+       headers.
+
 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
index a8feec758be4bd0ce17567237162caddfee59e30..7c9e962afcf05a7cd2e10083ba439bdf6a11a3ae 100644 (file)
@@ -1,3 +1,11 @@
+Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk.h: 
+       * gdk/gdkrgb.h: Add the exported functions 
+       gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+       gdk_keyboard_grab_info_libgtk_only() to the appropriate
+       headers.
+
 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
index a8feec758be4bd0ce17567237162caddfee59e30..7c9e962afcf05a7cd2e10083ba439bdf6a11a3ae 100644 (file)
@@ -1,3 +1,11 @@
+Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk.h: 
+       * gdk/gdkrgb.h: Add the exported functions 
+       gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+       gdk_keyboard_grab_info_libgtk_only() to the appropriate
+       headers.
+
 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
index 6c33687adbec19273772ef3db8710291d4590b50..6fcdbf38560ae2bbcad388ed9850a967e5bbe1a9 100644 (file)
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -115,6 +115,13 @@ GdkGrabStatus gdk_keyboard_grab      (GdkWindow    *window,
                                      gboolean      owner_events,
                                      guint32       time_);
 
+gboolean gdk_pointer_grab_info_libgtk_only (GdkDisplay *display,
+                                           GdkWindow **grab_window,
+                                           gboolean   *owner_events);
+gboolean gdk_keyboard_grab_info_libgtk_only (GdkDisplay *display,
+                                            GdkWindow **grab_window,
+                                            gboolean   *owner_events);
+
 #ifndef GDK_MULTIHEAD_SAFE
 void          gdk_pointer_ungrab     (guint32       time_);
 void          gdk_keyboard_ungrab    (guint32       time_);
index 7c59e288dfc4563eecd5520f2329b126988db05c..3ca5553ecf7aa75f44512c06739696881a49d524 100644 (file)
@@ -137,6 +137,7 @@ void gdk_rgb_set_min_colors (gint     min_colors);
 GdkColormap *gdk_rgb_get_colormap (void);
 GdkVisual *  gdk_rgb_get_visual   (void);
 gboolean     gdk_rgb_ditherable   (void);
+gboolean     gdk_rgb_colormap_ditherable   (GdkColormap *cmap);
 #endif
 
 #ifdef __cplusplus